home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 July/August / PC Active NR.227.iso / Software / Games / windows / Freeciv-2.1.9-win32-gtk2-setup.exe / data / civ2 / units.ruleset < prev   
Encoding:
Text File  |  2009-03-30  |  45.1 KB  |  1,845 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "rulesetdir <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; See data/default/units.ruleset for more information.
  11.  
  12. [datafile]
  13. description="Civ2 unit_type data for Freeciv (approximate)"
  14. options="1.9"
  15.  
  16. [veteran_system]
  17. ; What are the names of the levels?
  18. veteran_names = _("green"), _("veteran")
  19.  
  20. ; The percentage chance of increasing level through combat
  21. veteran_raise_chance = 50, 0
  22.  
  23. ; Power factors are as a percentage.
  24. ; +50% is represented by 150
  25. veteran_power_fact = 100, 150
  26.  
  27. ; The percentage chance of a settler/engineer increasing level through
  28. ; performing useful work (per turn)
  29. veteran_work_raise_chance = 0, 0
  30.  
  31. ; The chances of a trireme being lost at sea when not adjacent to a
  32. ; land tile.
  33. veteran_highseas_loss_pct = 50, 50
  34.  
  35. ; The additional number of movement points granted for different veteran
  36. ; levels.  These are thirds of points, so to increase movement
  37. ; by a whole point 3 must be specified.
  38. veteran_move_bonus = 0, 0
  39.  
  40. ; Below: The individual units, one per section.
  41. ;
  42. ; The number can be variable, up to 200.  
  43. ; However for the "official" rulesets, units should not be removed 
  44. ; because that would break backward compatability with savegames.
  45. ;
  46. ; The order here matters: later units are considered "better" for
  47. ; a given flag or role.  
  48. ;
  49. ; The actual tag used (the * in [unit_*]) does not matter, except 
  50. ; it must be unique within this file, and it may be used in debug 
  51. ; output when reading this file.
  52. ;
  53. ; ** Fields **
  54. ;
  55. ; name          = name as seen by user 
  56. ; graphic       = tag specifing preferred graphic
  57. ; graphic_alt    = tag for alternate garphic if preferred graphic is not 
  58. ;          present; especially if preferred graphic is non-standard, 
  59. ;          this should be a standard tag.  Otherwise can use eg "-" 
  60. ;          for no alternate graphic.
  61. ; tech_req      = required advance, names from techs.ruleset, or special:
  62. ;                 "None" => available from start
  63. ; obsolete_by   = can be upgraded to and made obsolete by another unit by name
  64. ; class         = "Land", "Sea", "Air", "Helicopter", "Missile" or "Nuclear"
  65. ; transport_cap = Number of units (ground, or air/missiles, depending on flags)
  66. ; fuel          = number of turns air units can fly before they crash. For
  67. ;                 barbarians this is used as lifetime instead
  68. ; uk_*          = upkeep costs, these are used as base values in the game
  69. ; flags         = special flag strings
  70. ; roles         = special role strings
  71. ; sound_move    = optional sound effect when the unit moves
  72. ; sound_move_alt= optional alternative sound effect if above not
  73. ;          supported in client
  74. ; sound_fight    = optional sound effect when the unit fights
  75. ; sound_fight_alt= optional alternative sound effect if above not
  76. ;           supported in client
  77. ; helptext    = optional help text string; should escape all raw newlines 
  78. ;          so that xgettext parsing works
  79. ;
  80. ; Following flag strings require extra fields:
  81. ;  "Paratroopers"
  82. ;   paratroopers_range = the maximal range the unit can be paradropped to
  83. ;   paratroopers_mr_req = the move rate which is required at least for
  84. ;                         paradropping
  85. ;   paratroopers_mr_sub = the move rate which is subtracted after paradropping
  86. ;
  87.  
  88. [unit_settlers]
  89. name          = _("Settlers")
  90. class         = "Land"
  91. tech_req      = "None"
  92. obsolete_by   = "Engineers"
  93. graphic       = "u.settlers"
  94. graphic_alt   = "-"
  95. sound_move    = "m_settlers"
  96. sound_move_alt = "m_generic"
  97. sound_fight   = "f_settlers"
  98. sound_fight_alt = "f_generic"
  99. build_cost    = 40
  100. pop_cost      = 1
  101. attack        = 0
  102. defense       = 1
  103. hitpoints     = 20
  104. firepower     = 1
  105. move_rate     = 1
  106. vision_radius_sq = 2
  107. transport_cap = 0
  108. fuel          = 0
  109. uk_happy      = 0
  110. uk_shield     = 1
  111. uk_food       = 1
  112. uk_gold       = 0
  113. flags         = "Settlers", "NonMil", "Airbase", "AddToCity", "Cities", "NoVeteran"
  114. roles         = "Settlers", "Cities"
  115. helptext      = _("\
  116. Settlers are one of the key units in the game.  They can be used to\
  117.  found new cities, irrigate land, build roads, railroads,\
  118.  fortresses, airbases and mines, and clean up pollution and nuclear\
  119.  fallout.  Upkeep for Settlers is in food\
  120.  as well as production, and a Settler can die if its supporting city\
  121.  runs out of food.\
  122. \n\n\
  123. Settlers and Engineers may work together to decrease the amount of\
  124.  time required for long projects.  If two or more Settlers and/or\
  125.  Engineers are both working on the same task in the same square,\
  126.  their efforts will be added together each turn until the task is\
  127.  finished.  Be careful not to dedicate too many workers to one task,\
  128.  though; excess effort can be wasted, and a group of Settlers and/or\
  129.  Engineers is highly vulnerable to enemy attacks.\
  130. ")
  131.  
  132. [unit_engineers]
  133. name          = _("Engineers")
  134. class         = "Land"
  135. tech_req      = "Explosives"
  136. obsolete_by   = "None"
  137. graphic       = "u.engineers"
  138. graphic_alt   = "-"
  139. sound_move    = "m_engineers"
  140. sound_move_alt = "m_generic"
  141. sound_fight   = "f_engineers"
  142. sound_fight_alt = "f_generic"
  143. build_cost    = 40
  144. pop_cost      = 1
  145. attack        = 0
  146. defense       = 2
  147. hitpoints     = 20
  148. firepower     = 1
  149. move_rate     = 2
  150. vision_radius_sq = 2
  151. transport_cap = 0
  152. fuel          = 0
  153. uk_happy      = 0
  154. uk_shield     = 1
  155. uk_food       = 1
  156. uk_gold       = 0
  157. flags         = "Settlers", "NonMil", "Transform", "Airbase", "AddToCity", "Cities", "NoVeteran"
  158. roles         = "Settlers", "Cities"
  159. helptext      = _("\
  160. Engineers are similar to Settlers, but they work twice as fast and\
  161.  move twice as fast.  Engineers may also perform major terrain\
  162.  transformations (for example, converting Tundra into Desert) which\
  163.  are beyond the capabilities of Settlers.\
  164. \n\n\
  165. TIP 1:  Upgrade Settlers to Engineers when possible, as Engineers\
  166.  require the same resources as ordinary Settlers.\
  167. \n\n\
  168. TIP 2:  If you manage to build Leonardo's Workshop, research\
  169.  Explosives before the Workshop becomes obsolete.  This way,\
  170.  your Settler units will be upgraded for free.\
  171. ")
  172.  
  173. [unit_warriors]
  174. name          = _("Warriors")
  175. class         = "Land"
  176. tech_req      = "None"
  177. obsolete_by   = "Pikemen"
  178. graphic       = "u.warriors"
  179. graphic_alt   = "-"
  180. sound_move    = "m_warriors"
  181. sound_move_alt = "m_generic"
  182. sound_fight   = "f_warriors"
  183. sound_fight_alt = "f_generic"
  184. build_cost    = 10
  185. pop_cost      = 0
  186. attack        = 1
  187. defense       = 1
  188. hitpoints     = 10
  189. firepower     = 1
  190. move_rate     = 1
  191. vision_radius_sq = 2
  192. transport_cap = 0
  193. fuel          = 0
  194. uk_happy      = 1
  195. uk_shield     = 1
  196. uk_food       = 0
  197. uk_gold       = 0
  198. flags         = ""
  199. roles         = "DefendOk", "FirstBuild"
  200. helptext      = _("\
  201. This unit may be built from the start of the game.  It is the\
  202.  weakest unit.\
  203. ")
  204.  
  205. [unit_phalanx]
  206. name          = _("Phalanx")
  207. class         = "Land"
  208. tech_req      = "Bronze Working"
  209. obsolete_by   = "Pikemen"
  210. graphic       = "u.phalanx"
  211. graphic_alt   = "-"
  212. sound_move    = "m_phalanx"
  213. sound_move_alt = "m_generic"
  214. sound_fight   = "f_phalanx"
  215. sound_fight_alt = "f_generic"
  216. build_cost    = 20
  217. pop_cost      = 0
  218. attack        = 1
  219. defense       = 2
  220. hitpoints     = 10
  221. firepower     = 1
  222. move_rate     = 1
  223. vision_radius_sq = 2
  224. transport_cap = 0
  225. fuel          = 0
  226. uk_happy      = 1
  227. uk_shield     = 1
  228. uk_food       = 0
  229. uk_gold       = 0
  230. flags         = ""
  231. roles         = "DefendGood", "FirstBuild"
  232. helptext      = _("\
  233. The Phalanx is armored infantry, suitable for defending your cities.\
  234. ")
  235.  
  236. [unit_archers]
  237. name          = _("Archers")
  238. class         = "Land"
  239. tech_req      = "Warrior Code"
  240. obsolete_by   = "Musketeers"
  241. graphic       = "u.archers"
  242. graphic_alt   = "-"
  243. sound_move    = "m_archers"
  244. sound_move_alt = "m_generic"
  245. sound_fight   = "f_archers"
  246. sound_fight_alt = "f_generic"
  247. build_cost    = 30
  248. pop_cost      = 0
  249. attack        = 3
  250. defense       = 2
  251. hitpoints     = 10
  252. firepower     = 1
  253. move_rate     = 1
  254. vision_radius_sq = 2
  255. transport_cap = 0
  256. fuel          = 0
  257. uk_happy      = 1
  258. uk_shield     = 1
  259. uk_food       = 0
  260. uk_gold       = 0
  261. flags         = ""
  262. roles         = "DefendOk"
  263. helptext      = _("\
  264. Archers fight with bows and arrows and has a good offensive\
  265.  value as well as decent defense.\
  266. ")
  267.  
  268. [unit_legion]
  269. name          = _("Legion")
  270. class         = "Land"
  271. tech_req      = "Iron Working"
  272. obsolete_by   = "Musketeers"
  273. graphic       = "u.legion"
  274. graphic_alt   = "-"
  275. sound_move    = "m_legion"
  276. sound_move_alt = "m_generic"
  277. sound_fight   = "f_legion"
  278. sound_fight_alt = "f_generic"
  279. build_cost    = 40
  280. pop_cost      = 0
  281. attack        = 4
  282. defense       = 2
  283. hitpoints     = 10
  284. firepower     = 1
  285. move_rate     = 1
  286. vision_radius_sq = 2
  287. transport_cap = 0
  288. fuel          = 0
  289. uk_happy      = 1
  290. uk_shield     = 1
  291. uk_food       = 0
  292. uk_gold       = 0
  293. flags         = ""
  294. roles         = "DefendOk", "Hut", "BarbarianBuild", "BarbarianSea"
  295. helptext      = _("\
  296. Legions are heavily armed and well disciplined infantry\
  297.  units with an excellent offensive value.\
  298. ")
  299.  
  300. [unit_pikemen]
  301. name          = _("Pikemen")
  302. class         = "Land"
  303. tech_req      = "Feudalism"
  304. obsolete_by   = "Musketeers"
  305. graphic       = "u.pikemen"
  306. graphic_alt   = "-"
  307. sound_move    = "m_pikemen"
  308. sound_move_alt = "m_generic"
  309. sound_fight   = "f_pikemen"
  310. sound_fight_alt = "f_generic"
  311. build_cost    = 20
  312. pop_cost      = 0
  313. attack        = 1
  314. defense       = 2
  315. hitpoints     = 10
  316. firepower     = 1
  317. move_rate     = 1
  318. vision_radius_sq = 2
  319. transport_cap = 0
  320. fuel          = 0
  321. uk_happy      = 1
  322. uk_shield     = 1
  323. uk_food       = 0
  324. uk_gold       = 0
  325. flags         = "Pikemen"
  326. roles         = "DefendGood", "FirstBuild"
  327. helptext      = _("\
  328. Equipped with long pikes, Pikemen replaces Phalanx\
  329.  as the preferred city defender.\
  330. ")
  331.  
  332. [unit_musketeers]
  333. name          = _("Musketeers")
  334. class         = "Land"
  335. tech_req      = "Gunpowder"
  336. obsolete_by   = "Riflemen"
  337. graphic       = "u.musketeers"
  338. graphic_alt   = "-"
  339. sound_move    = "m_musketeers"
  340. sound_move_alt = "m_generic"
  341. sound_fight   = "f_musketeers"
  342. sound_fight_alt = "f_generic"
  343. build_cost    = 30
  344. pop_cost      = 0
  345. attack        = 3
  346. defense       = 3
  347. hitpoints     = 20
  348. firepower     = 1
  349. move_rate     = 1
  350. vision_radius_sq = 2
  351. transport_cap = 0
  352. fuel          = 0
  353. uk_happy      = 1
  354. uk_shield     = 1
  355. uk_food       = 0
  356. uk_gold       = 0
  357. flags         = ""
  358. roles         = "DefendGood", "FirstBuild", "HutTech",
  359.                 "BarbarianTech", "BarbarianBuildTech", "BarbarianSeaTech"
  360. helptext      = _("\
  361. Musketeers are infantry equipped with early\
  362.  firearms and replace Pikemen as the preferred\
  363.  city defender.\
  364. ")
  365.  
  366. [unit_fanatics]
  367. name          = _("Fanatics")
  368. class         = "Land"
  369. tech_req      = "Fundamentalism"
  370. gov_req       = "Fundamentalism"
  371. obsolete_by   = "None"
  372. graphic       = "u.fanatics"
  373. graphic_alt   = "-"
  374. sound_move    = "m_fanatics"
  375. sound_move_alt = "m_generic"
  376. sound_fight   = "f_fanatics"
  377. sound_fight_alt = "f_generic"
  378. build_cost    = 20
  379. pop_cost      = 0
  380. attack        = 4
  381. defense       = 4
  382. hitpoints     = 20
  383. firepower     = 1
  384. move_rate     = 1
  385. vision_radius_sq = 2
  386. transport_cap = 0
  387. fuel          = 0
  388. uk_happy      = 1
  389. uk_shield     = 1
  390. uk_food       = 0
  391. uk_gold       = 0
  392. flags         = "Fanatic"
  393. roles         = "DefendGood"
  394. helptext      = _("\
  395. Fundamentalist nations can maintain Fanatic units without\
  396.  having to pay any shields for upkeep.\
  397. ")
  398.  
  399. [unit_partisan]
  400. name          = _("Partisan")
  401. class         = "Land"
  402. tech_req      = "Guerilla Warfare"
  403. obsolete_by   = "None"
  404. graphic       = "u.partisan"
  405. graphic_alt   = "-"
  406. sound_move    = "m_partisan"
  407. sound_move_alt = "m_generic"
  408. sound_fight   = "f_partisan"
  409. sound_fight_alt = "f_generic"
  410. build_cost    = 50
  411. pop_cost      = 0
  412. attack        = 4
  413. defense       = 4
  414. hitpoints     = 20
  415. firepower     = 1
  416. move_rate     = 1
  417. vision_radius_sq = 2
  418. transport_cap = 0
  419. fuel          = 0
  420. uk_happy      = 1
  421. uk_shield     = 1
  422. uk_food       = 0
  423. uk_gold       = 0
  424. flags         = "IgTer", "IgZOC"
  425. roles         = "DefendGood", "Partisan", "BarbarianTech"
  426. helptext      = _("\
  427. A number of Partisans are granted free when an enemy conquers your\
  428.  city, but only under these conditions:\
  429. \n\n\
  430.  - Guerilla Warfare must be known by at least 1 player.\
  431. \n\n\
  432.  - You must be the player who originally built the city.\
  433. \n\n\
  434.  - You must know about Communism and Gunpowder.\
  435. \n\n\
  436.  - You must run either a Democracy or a Communist government.\
  437. ")
  438.  
  439. [unit_alpine_troops]
  440. name          = _("Alpine Troops")
  441. class         = "Land"
  442. tech_req      = "Tactics"
  443. obsolete_by   = "None"
  444. graphic       = "u.alpine_troops"
  445. graphic_alt   = "-"
  446. sound_move    = "m_alpine_troops"
  447. sound_move_alt = "m_generic"
  448. sound_fight   = "f_alpine_troops"
  449. sound_fight_alt = "f_generic"
  450. build_cost    = 50
  451. pop_cost      = 0
  452. attack        = 5
  453. defense       = 5
  454. hitpoints     = 20
  455. firepower     = 1
  456. move_rate     = 1
  457. vision_radius_sq = 2
  458. transport_cap = 0
  459. fuel          = 0
  460. uk_happy      = 1
  461. uk_shield     = 1
  462. uk_food       = 0
  463. uk_gold       = 0
  464. flags         = "IgTer"
  465. roles         = "DefendGood"
  466. helptext      = _("\
  467. Alpine Troops are highly mobile units as well as\
  468.  excellent defenders.\
  469. ")
  470.  
  471. [unit_riflemen]
  472. name          = _("Riflemen")
  473. class         = "Land"
  474. tech_req      = "Conscription"
  475. obsolete_by   = "None"
  476. graphic       = "u.riflemen"
  477. graphic_alt   = "-"
  478. sound_move    = "m_riflemen"
  479. sound_move_alt = "m_generic"
  480. sound_fight   = "f_riflemen"
  481. sound_fight_alt = "f_generic"
  482. build_cost    = 40
  483. pop_cost      = 0
  484. attack        = 5
  485. defense       = 4
  486. hitpoints     = 20
  487. firepower     = 1
  488. move_rate     = 1
  489. vision_radius_sq = 2
  490. transport_cap = 0
  491. fuel          = 0
  492. uk_happy      = 1
  493. uk_shield     = 1
  494. uk_food       = 0
  495. uk_gold       = 0
  496. flags         = ""
  497. roles         = "DefendGood", "FirstBuild"
  498. helptext      = _("\
  499. Riflemen are World War-era infantry, very good\
  500.  at defending your cities.\
  501. ")
  502.  
  503. [unit_marines]
  504. name          = _("Marines")
  505. class         = "Land"
  506. tech_req      = "Amphibious Warfare"
  507. obsolete_by   = "None"
  508. graphic       = "u.marines"
  509. graphic_alt   = "-"
  510. sound_move    = "m_marines"
  511. sound_move_alt = "m_generic"
  512. sound_fight   = "f_marines"
  513. sound_fight_alt = "f_generic"
  514. build_cost    = 60
  515. pop_cost      = 0
  516. attack        = 8
  517. defense       = 5
  518. hitpoints     = 20
  519. firepower     = 1
  520. move_rate     = 1
  521. vision_radius_sq = 2
  522. transport_cap = 0
  523. fuel          = 0
  524. uk_happy      = 1
  525. uk_shield     = 1
  526. uk_food       = 0
  527. uk_gold       = 0
  528. flags         = "Marines"
  529. roles         = "DefendOk", "BarbarianSeaTech"
  530. helptext      = _("\
  531. Marines are infantry who are experts at marine warfare.\
  532. ")
  533.  
  534. [unit_paratroopers]
  535. name          = _("Paratroopers")
  536. class         = "Land"
  537. tech_req      = "Combined Arms"
  538. obsolete_by   = "None"
  539. graphic       = "u.paratroopers"
  540. graphic_alt   = "-"
  541. sound_move    = "m_paratroopers"
  542. sound_move_alt = "m_generic"
  543. sound_fight   = "f_paratroopers"
  544. sound_fight_alt = "f_generic"
  545. build_cost    = 60
  546. pop_cost      = 0
  547. attack        = 6
  548. defense       = 4
  549. hitpoints     = 20
  550. firepower     = 1
  551. move_rate     = 1
  552. vision_radius_sq = 2
  553. transport_cap = 0
  554. fuel          = 0
  555. uk_happy      = 1
  556. uk_shield     = 1
  557. uk_food       = 0
  558. uk_gold       = 0
  559. flags         = "Paratroopers"
  560. roles         = "DefendOk"
  561. helptext      = _("\
  562. Paratroopers are experts at airborne attacks.\
  563. ")
  564.  
  565. paratroopers_range = 10
  566. paratroopers_mr_req = 1
  567. paratroopers_mr_sub = 0
  568.  
  569. [unit_mech_inf]
  570. name          = _("Mech. Inf.")
  571. class         = "Land"
  572. tech_req      = "Labor Union"
  573. obsolete_by   = "None"
  574. graphic       = "u.mech_inf"
  575. graphic_alt   = "-"
  576. sound_move    = "m_mech_inf"
  577. sound_move_alt = "m_generic"
  578. sound_fight   = "f_mech_inf"
  579. sound_fight_alt = "f_generic"
  580. build_cost    = 50
  581. pop_cost      = 0
  582. attack        = 6
  583. defense       = 6
  584. hitpoints     = 30
  585. firepower     = 1
  586. move_rate     = 3
  587. vision_radius_sq = 2
  588. transport_cap = 0
  589. fuel          = 0
  590. uk_happy      = 1
  591. uk_shield     = 1
  592. uk_food       = 0
  593. uk_gold       = 0
  594. flags         = ""
  595. roles         = "DefendGood"
  596. helptext      = _("\
  597. Mechanized Infantry; this unit has the strongest defence strength\
  598.  of any land unit, but is only available near the end of the\
  599.  technology tree.\
  600. ")
  601.  
  602. [unit_horsemen]
  603. name          = _("Horsemen")
  604. class         = "Land"
  605. tech_req      = "Horseback Riding"
  606. obsolete_by   = "Knights"
  607. graphic       = "u.horsemen"
  608. graphic_alt   = "-"
  609. sound_move    = "m_horsemen"
  610. sound_move_alt = "m_generic"
  611. sound_fight   = "f_horsemen"
  612. sound_fight_alt = "f_generic"
  613. build_cost    = 20
  614. pop_cost      = 0
  615. attack        = 2
  616. defense       = 1
  617. hitpoints     = 10
  618. firepower     = 1
  619. move_rate     = 2
  620. vision_radius_sq = 2
  621. transport_cap = 0
  622. fuel          = 0
  623. uk_happy      = 1
  624. uk_shield     = 1
  625. uk_food       = 0
  626. uk_gold       = 0
  627. flags         = "Horse"
  628. roles         = "AttackFast", "Hut", "Barbarian", "Hunter"
  629. helptext      = _("\
  630. Horsemen are mounted warriors and an early\
  631.  shock-troop that can penetrate deep into\
  632.  enemy territory.\
  633. ")
  634.  
  635. [unit_chariot]
  636. name          = _("Chariot")
  637. class         = "Land"
  638. tech_req      = "The Wheel"
  639. obsolete_by   = "Knights"
  640. graphic       = "u.chariot"
  641. graphic_alt   = "-"
  642. sound_move    = "m_chariot"
  643. sound_move_alt = "m_generic"
  644. sound_fight   = "f_chariot"
  645. sound_fight_alt = "f_generic"
  646. build_cost    = 30
  647. pop_cost      = 0
  648. attack        = 3
  649. defense       = 1
  650. hitpoints     = 10
  651. firepower     = 1
  652. move_rate     = 2
  653. vision_radius_sq = 2
  654. transport_cap = 0
  655. fuel          = 0
  656. uk_happy      = 1
  657. uk_shield     = 1
  658. uk_food       = 0
  659. uk_gold       = 0
  660. flags         = "Horse"
  661. roles         = "AttackFast", "Hut", "Hunter"
  662. helptext      = _("\
  663. Chariots are horse-pulled war wagons, stronger\
  664.  but more expensive than horsemen.\
  665. ")
  666.  
  667. [unit_elephants]
  668. name          = _("Elephants")
  669. class         = "Land"
  670. tech_req      = "Polytheism"
  671. obsolete_by   = "Crusaders"
  672. graphic       = "u.elephants"
  673. graphic_alt   = "-"
  674. sound_move    = "m_elephants"
  675. sound_move_alt = "m_generic"
  676. sound_fight   = "f_elephants"
  677. sound_fight_alt = "f_generic"
  678. build_cost    = 40
  679. pop_cost      = 0
  680. attack        = 4
  681. defense       = 1
  682. hitpoints     = 10
  683. firepower     = 1
  684. move_rate     = 2
  685. vision_radius_sq = 2
  686. transport_cap = 0
  687. fuel          = 0
  688. uk_happy      = 1
  689. uk_shield     = 1
  690. uk_food       = 0
  691. uk_gold       = 0
  692. flags         = "Horse"
  693. roles         = "AttackFast"
  694. helptext      = _("\
  695. Elephants are towering animals trained for war that are often used as\
  696.  powerful shock troops, but defend poorly against most other units.\
  697. ")
  698.  
  699. [unit_crusaders]
  700. name          = _("Crusaders")
  701. class         = "Land"
  702. tech_req      = "Monotheism"
  703. obsolete_by   = "Dragoons"
  704. graphic       = "u.crusaders"
  705. graphic_alt   = "-"
  706. sound_move    = "m_crusaders"
  707. sound_move_alt = "m_generic"
  708. sound_fight   = "f_crusaders"
  709. sound_fight_alt = "f_generic"
  710. build_cost    = 40
  711. pop_cost      = 0
  712. attack        = 5
  713. defense       = 1
  714. hitpoints     = 10
  715. firepower     = 1
  716. move_rate     = 2
  717. vision_radius_sq = 2
  718. transport_cap = 0
  719. fuel          = 0
  720. uk_happy      = 1
  721. uk_shield     = 1
  722. uk_food       = 0
  723. uk_gold       = 0
  724. flags         = "Horse"
  725. roles         = "AttackFast"
  726. helptext      = _("\
  727. Crusaders are highly disciplined mounted\
  728.  warriors driven by a higher cause.\
  729. ")
  730.  
  731. [unit_knights]
  732. name          = _("Knights")
  733. class         = "Land"
  734. tech_req      = "Chivalry"
  735. obsolete_by   = "Dragoons"
  736. graphic       = "u.knights"
  737. graphic_alt   = "-"
  738. sound_move    = "m_knights"
  739. sound_move_alt = "m_generic"
  740. sound_fight   = "f_knights"
  741. sound_fight_alt = "f_generic"
  742. build_cost    = 40
  743. pop_cost      = 0
  744. attack        = 4
  745. defense       = 2
  746. hitpoints     = 10
  747. firepower     = 1
  748. move_rate     = 2
  749. vision_radius_sq = 2
  750. transport_cap = 0
  751. fuel          = 0
  752. uk_happy      = 1
  753. uk_shield     = 1
  754. uk_food       = 0
  755. uk_gold       = 0
  756. flags         = "Horse"
  757. roles         = "AttackFast", "HutTech", "BarbarianTech",
  758.                 "BarbarianBuildTech", "BarbarianSeaTech", "Hunter"
  759. helptext      = _("\
  760. Knights are mounted and heavily armored warriors.\
  761. ")
  762.  
  763. [unit_dragoons]
  764. name          = _("Dragoons")
  765. class         = "Land"
  766. tech_req      = "Leadership"
  767. obsolete_by   = "Cavalry"
  768. graphic       = "u.dragoons"
  769. graphic_alt   = "-"
  770. sound_move    = "m_dragoons"
  771. sound_move_alt = "m_generic"
  772. sound_fight   = "f_dragoons"
  773. sound_fight_alt = "f_generic"
  774. build_cost    = 50
  775. pop_cost      = 0
  776. attack        = 5
  777. defense       = 2
  778. hitpoints     = 20
  779. firepower     = 1
  780. move_rate     = 2
  781. vision_radius_sq = 2
  782. transport_cap = 0
  783. fuel          = 0
  784. uk_happy      = 1
  785. uk_shield     = 1
  786. uk_food       = 0
  787. uk_gold       = 0
  788. flags         = "Horse"
  789. roles         = "AttackFast", "BarbarianBuildTech", "BarbarianSeaTech",
  790.                 "Hunter"
  791. helptext      = _("\
  792. Dragoons are mounted warriors carrying early firearms.\
  793. ")
  794.  
  795. [unit_cavalry]
  796. name          = _("Cavalry")
  797. class         = "Land"
  798. tech_req      = "Tactics"
  799. obsolete_by   = "Armor"
  800. graphic       = "u.cavalry"
  801. graphic_alt   = "-"
  802. sound_move    = "m_cavalry"
  803. sound_move_alt = "m_generic"
  804. sound_fight   = "f_cavalry"
  805. sound_fight_alt = "f_generic"
  806. build_cost    = 60
  807. pop_cost      = 0
  808. attack        = 8
  809. defense       = 3
  810. hitpoints     = 20
  811. firepower     = 1
  812. move_rate     = 2
  813. vision_radius_sq = 2
  814. transport_cap = 0
  815. fuel          = 0
  816. uk_happy      = 1
  817. uk_shield     = 1
  818. uk_food       = 0
  819. uk_gold       = 0
  820. flags         = ""
  821. roles         = "AttackFast", "Hunter"
  822. helptext      = _("\
  823. Cavalry are mounted and highly trained soldiers.\
  824. ")
  825.  
  826. [unit_armor]
  827. name          = _("Armor")
  828. class         = "Land"
  829. tech_req      = "Mobile Warfare"
  830. obsolete_by   = "None"
  831. graphic       = "u.armor"
  832. graphic_alt   = "-"
  833. sound_move    = "m_armor"
  834. sound_move_alt = "m_generic"
  835. sound_fight   = "f_armor"
  836. sound_fight_alt = "f_generic"
  837. build_cost    = 80
  838. pop_cost      = 0
  839. attack        = 10
  840. defense       = 5
  841. hitpoints     = 30
  842. firepower     = 1
  843. move_rate     = 3
  844. vision_radius_sq = 2
  845. transport_cap = 0
  846. fuel          = 0
  847. uk_happy      = 1
  848. uk_shield     = 1
  849. uk_food       = 0
  850. uk_gold       = 0
  851. flags         = ""
  852. roles         = "AttackFast", "Hunter"
  853. helptext      = _("\
  854. Armors are motorized war wagons that are faster,\
  855.  stronger, and can take more damage than any\
  856.  mounted unit.\
  857. ")
  858.  
  859. [unit_catapult]
  860. name          = _("Catapult")
  861. class         = "Land"
  862. tech_req      = "Mathematics"
  863. obsolete_by   = "Cannon"
  864. graphic       = "u.catapult"
  865. graphic_alt   = "-"
  866. sound_move    = "m_catapult"
  867. sound_move_alt = "m_generic"
  868. sound_fight   = "f_catapult"
  869. sound_fight_alt = "f_generic"
  870. build_cost    = 40
  871. pop_cost      = 0
  872. attack        = 6
  873. defense       = 1
  874. hitpoints     = 10
  875. firepower     = 1
  876. move_rate     = 1
  877. vision_radius_sq = 2
  878. transport_cap = 0
  879. fuel          = 0
  880. uk_happy      = 1
  881. uk_shield     = 1
  882. uk_food       = 0
  883. uk_gold       = 0
  884. flags         = ""
  885. roles         = "AttackStrong"
  886. helptext      = _("\
  887. Catapults are large rock-throwing machines of war.\
  888.  They are very strong attackers but equally weak\
  889.  defenders and will need an escort to be effective.\
  890. ")
  891.  
  892. [unit_cannon]
  893. name          = _("Cannon")
  894. class         = "Land"
  895. tech_req      = "Metallurgy"
  896. obsolete_by   = "Artillery"
  897. graphic       = "u.cannon"
  898. graphic_alt   = "-"
  899. sound_move    = "m_cannon"
  900. sound_move_alt = "m_generic"
  901. sound_fight   = "f_cannon"
  902. sound_fight_alt = "f_generic"
  903. build_cost    = 40
  904. pop_cost      = 0
  905. attack        = 8
  906. defense       = 1
  907. hitpoints     = 20
  908. firepower     = 1
  909. move_rate     = 1
  910. vision_radius_sq = 2
  911. transport_cap = 0
  912. fuel          = 0
  913. uk_happy      = 1
  914. uk_shield     = 1
  915. uk_food       = 0
  916. uk_gold       = 0
  917. flags         = ""
  918. roles         = "AttackStrong", "BarbarianTech", "BarbarianBuildTech"
  919. helptext      = _("\
  920. Cannons are large firearms that can fire heavy\
  921.  projectiles over long distances. They are very\
  922.  strong attackers but equally weak defenders and\
  923.  will need an escort to be effective.\
  924. ")
  925.  
  926. [unit_artillery]
  927. name          = _("Artillery")
  928. class         = "Land"
  929. tech_req      = "Machine Tools"
  930. obsolete_by   = "Howitzer"
  931. graphic       = "u.artillery"
  932. graphic_alt   = "-"
  933. sound_move    = "m_artillery"
  934. sound_move_alt = "m_generic"
  935. sound_fight   = "f_artillery"
  936. sound_fight_alt = "f_generic"
  937. build_cost    = 50
  938. pop_cost      = 0
  939. attack        = 10
  940. defense       = 1
  941. hitpoints     = 20
  942. firepower     = 2
  943. move_rate     = 1
  944. vision_radius_sq = 2
  945. transport_cap = 0
  946. fuel          = 0
  947. uk_happy      = 1
  948. uk_shield     = 1
  949. uk_food       = 0
  950. uk_gold       = 0
  951. flags         = ""
  952. roles         = "AttackStrong"
  953. helptext      = _("\
  954. The artillery is an upgraded cannon. It is a very\
  955.  strong attacker but equally weak defender and\
  956.  will need an escort to be effective.\
  957. ")
  958.  
  959. [unit_howitzer]
  960. name          = _("Howitzer")
  961. class         = "Land"
  962. tech_req      = "Robotics"
  963. obsolete_by   = "None"
  964. graphic       = "u.howitzer"
  965. graphic_alt   = "-"
  966. sound_move    = "m_howitzer"
  967. sound_move_alt = "m_generic"
  968. sound_fight   = "f_howitzer"
  969. sound_fight_alt = "f_generic"
  970. build_cost    = 70
  971. pop_cost      = 0
  972. attack        = 12
  973. defense       = 2
  974. hitpoints     = 30
  975. firepower     = 2
  976. move_rate     = 2
  977. vision_radius_sq = 2
  978. transport_cap = 0
  979. fuel          = 0
  980. uk_happy      = 1
  981. uk_shield     = 1
  982. uk_food       = 0
  983. uk_gold       = 0
  984. flags         = "IgWall"
  985. roles         = "AttackStrong"
  986. helptext      = _("\
  987. Howitzers are upgraded artillery with improved\
  988.  defensive as well as offensive capabilities.\
  989. ")
  990.  
  991. [unit_fighter]
  992. name          = _("Fighter")
  993. class         = "Air"
  994. tech_req      = "Flight"
  995. obsolete_by   = "Stealth Fighter"
  996. graphic       = "u.fighter"
  997. graphic_alt   = "-"
  998. sound_move    = "m_fighter"
  999. sound_move_alt = "m_generic"
  1000. sound_fight   = "f_fighter"
  1001. sound_fight_alt = "f_generic"
  1002. build_cost    = 60
  1003. pop_cost      = 0
  1004. attack        = 4
  1005. defense       = 3
  1006. hitpoints     = 20
  1007. firepower     = 2
  1008. move_rate     = 10
  1009. vision_radius_sq = 8
  1010. transport_cap = 0
  1011. fuel          = 1
  1012. uk_happy      = 0
  1013. uk_shield     = 1
  1014. uk_food       = 0
  1015. uk_gold       = 0
  1016. flags         = "Fighter"
  1017. roles         = ""
  1018. helptext      = _("\
  1019. Fighters are your first airborne units. They can\
  1020.  move anywhere and attack any unit.\
  1021. ")
  1022.  
  1023. [unit_bomber]
  1024. name          = _("Bomber")
  1025. class         = "Air"
  1026. tech_req      = "Advanced Flight"
  1027. obsolete_by   = "Stealth Bomber"
  1028. graphic       = "u.bomber"
  1029. graphic_alt   = "-"
  1030. sound_move    = "m_bomber"
  1031. sound_move_alt = "m_generic"
  1032. sound_fight   = "f_bomber"
  1033. sound_fight_alt = "f_generic"
  1034. build_cost    = 120
  1035. pop_cost      = 0
  1036. attack        = 12
  1037. defense       = 1
  1038. hitpoints     = 20
  1039. firepower     = 2
  1040. move_rate     = 8
  1041. vision_radius_sq = 8
  1042. transport_cap = 0
  1043. fuel          = 2
  1044. uk_happy      = 1
  1045. uk_shield     = 1
  1046. uk_food       = 0
  1047. uk_gold       = 0
  1048. flags         = "FieldUnit", "OneAttack"
  1049. roles         = ""
  1050. helptext      = _("\
  1051. Bombers are specialized airborne units that may\
  1052.  only attack ground targets, not other airborne\
  1053.  units.\
  1054. ")
  1055.  
  1056. [unit_helicopter]
  1057. name          = _("Helicopter")
  1058. class         = "Helicopter"
  1059. tech_req      = "Combined Arms"
  1060. obsolete_by   = "None"
  1061. graphic       = "u.helicopter"
  1062. graphic_alt   = "-"
  1063. sound_move    = "m_helicopter"
  1064. sound_move_alt = "m_generic"
  1065. sound_fight   = "f_helicopter"
  1066. sound_fight_alt = "f_generic"
  1067. build_cost    = 100
  1068. pop_cost      = 0
  1069. attack        = 10
  1070. defense       = 3
  1071. hitpoints     = 20
  1072. firepower     = 2
  1073. move_rate     = 6
  1074. vision_radius_sq = 8
  1075. transport_cap = 0
  1076. fuel          = 0
  1077. uk_happy      = 1
  1078. uk_shield     = 1
  1079. uk_food       = 0
  1080. uk_gold       = 0
  1081. flags         = "FieldUnit", "OneAttack"
  1082. roles         = ""
  1083. helptext      = _("\
  1084. The Helicopter is a very powerful unit, as it can both fly and\
  1085.  conquer cities.  Care must be exercised, because Helicopters lose a\
  1086.  small amount of health for every turn not spent in a city, unless\
  1087.  you have the United Nations wonder.\
  1088. ")
  1089.  
  1090. [unit_stealth_fighter]
  1091. name          = _("Stealth Fighter")
  1092. class         = "Air"
  1093. tech_req      = "Stealth"
  1094. obsolete_by   = "None"
  1095. graphic       = "u.stealth_fighter"
  1096. graphic_alt   = "-"
  1097. sound_move    = "m_stealth_fighter"
  1098. sound_move_alt = "m_generic"
  1099. sound_fight   = "f_stealth_fighter"
  1100. sound_fight_alt = "f_generic"
  1101. build_cost    = 80
  1102. pop_cost      = 0
  1103. attack        = 8
  1104. defense       = 4
  1105. hitpoints     = 20
  1106. firepower     = 2
  1107. move_rate     = 14
  1108. vision_radius_sq = 8
  1109. transport_cap = 0
  1110. fuel          = 1
  1111. uk_happy      = 0
  1112. uk_shield     = 1
  1113. uk_food       = 0
  1114. uk_gold       = 0
  1115. flags         = "Fighter"
  1116. roles         = ""
  1117. helptext      = _("\
  1118. An improved Fighter, with improved attack and a higher movement\
  1119.  radius.\
  1120. ")
  1121.  
  1122. [unit_stealth_bomber]
  1123. name          = _("Stealth Bomber")
  1124. class         = "Air"
  1125. tech_req      = "Stealth"
  1126. obsolete_by   = "None"
  1127. graphic       = "u.stealth_bomber"
  1128. graphic_alt   = "-"
  1129. sound_move    = "m_stealth_bomber"
  1130. sound_move_alt = "m_generic"
  1131. sound_fight   = "f_stealth_bomber"
  1132. sound_fight_alt = "f_generic"
  1133. build_cost    = 160
  1134. pop_cost      = 0
  1135. attack        = 14
  1136. defense       = 5
  1137. hitpoints     = 20
  1138. firepower     = 2
  1139. move_rate     = 12
  1140. vision_radius_sq = 8
  1141. transport_cap = 0
  1142. fuel          = 2
  1143. uk_happy      = 1
  1144. uk_shield     = 1
  1145. uk_food       = 0
  1146. uk_gold       = 0
  1147. flags         = "FieldUnit", "OneAttack"
  1148. roles         = ""
  1149. helptext      = _("\
  1150. An improved Bomber, with improved attack and a higher movement\
  1151.  radius.\
  1152. ")
  1153.  
  1154. [unit_trireme]
  1155. name          = _("Trireme")
  1156. class         = "Sea"
  1157. tech_req      = "Map Making"
  1158. obsolete_by   = "Caravel"
  1159. graphic       = "u.trireme"
  1160. graphic_alt   = "-"
  1161. sound_move    = "m_trireme"
  1162. sound_move_alt = "m_generic"
  1163. sound_fight   = "f_trireme"
  1164. sound_fight_alt = "f_generic"
  1165. build_cost    = 40
  1166. pop_cost      = 0
  1167. attack        = 1
  1168. defense       = 1
  1169. hitpoints     = 10
  1170. firepower     = 1
  1171. move_rate     = 3
  1172. vision_radius_sq = 2
  1173. transport_cap = 2
  1174. fuel          = 0
  1175. uk_happy      = 1
  1176. uk_shield     = 1
  1177. uk_food       = 0
  1178. uk_gold       = 0
  1179. flags         = "Trireme", "BadCityDefender"
  1180. roles         = "Ferryboat"
  1181. helptext      = _("\
  1182. The Trireme is your first boat unit. It can act\
  1183.  as a transport ship and has rudimentary offensive\
  1184.  capabilities, but may not stray too far from the shore.\
  1185. ")
  1186.  
  1187. [unit_caravel]
  1188. name          = _("Caravel")
  1189. class         = "Sea"
  1190. tech_req      = "Navigation"
  1191. obsolete_by   = "Galleon"
  1192. graphic       = "u.caravel"
  1193. graphic_alt   = "-"
  1194. sound_move    = "m_caravel"
  1195. sound_move_alt = "m_generic"
  1196. sound_fight   = "f_caravel"
  1197. sound_fight_alt = "f_generic"
  1198. build_cost    = 40
  1199. pop_cost      = 0
  1200. attack        = 2
  1201. defense       = 1
  1202. hitpoints     = 10
  1203. firepower     = 1
  1204. move_rate     = 3
  1205. vision_radius_sq = 2
  1206. transport_cap = 3
  1207. fuel          = 0
  1208. uk_happy      = 1
  1209. uk_shield     = 1
  1210. uk_food       = 0
  1211. uk_gold       = 0
  1212. flags         = "BadCityDefender"
  1213. roles         = "Ferryboat", "BarbarianBoat"
  1214. helptext      = _("\
  1215. The Caravel replaces the Trireme and is much\
  1216.  more reliable on the open seas.\
  1217. ")
  1218.  
  1219. [unit_galleon]
  1220. name          = _("Galleon")
  1221. class         = "Sea"
  1222. tech_req      = "Magnetism"
  1223. obsolete_by   = "Transport"
  1224. graphic       = "u.galleon"
  1225. graphic_alt   = "-"
  1226. sound_move    = "m_galleon"
  1227. sound_move_alt = "m_generic"
  1228. sound_fight   = "f_galleon"
  1229. sound_fight_alt = "f_generic"
  1230. build_cost    = 40
  1231. pop_cost      = 0
  1232. attack        = 0
  1233. defense       = 2
  1234. hitpoints     = 20
  1235. firepower     = 1
  1236. move_rate     = 4
  1237. vision_radius_sq = 2
  1238. transport_cap = 4
  1239. fuel          = 0
  1240. uk_happy      = 1
  1241. uk_shield     = 1
  1242. uk_food       = 0
  1243. uk_gold       = 0
  1244. flags         = "BadCityDefender"
  1245. roles         = "Ferryboat", "BarbarianBoat"
  1246. helptext      = _("\
  1247. The Galleon is a pure transport ship and cannot\
  1248.  attack other ships, though it may still defend\
  1249.  itself when attacked.\
  1250. ")
  1251.  
  1252. [unit_frigate]
  1253. name          = _("Frigate")
  1254. class         = "Sea"
  1255. tech_req      = "Magnetism"
  1256. obsolete_by   = "Ironclad"
  1257. graphic       = "u.frigate"
  1258. graphic_alt   = "-"
  1259. sound_move    = "m_frigate"
  1260. sound_move_alt = "m_generic"
  1261. sound_fight   = "f_frigate"
  1262. sound_fight_alt = "f_generic"
  1263. build_cost    = 50
  1264. pop_cost      = 0
  1265. attack        = 4
  1266. defense       = 2
  1267. hitpoints     = 20
  1268. firepower     = 1
  1269. move_rate     = 4
  1270. vision_radius_sq = 2
  1271. transport_cap = 2
  1272. fuel          = 0
  1273. uk_happy      = 1
  1274. uk_shield     = 1
  1275. uk_food       = 0
  1276. uk_gold       = 0
  1277. flags         = "BadCityDefender"
  1278. roles         = "Hunter"
  1279. helptext      = _("\
  1280. The Frigate is a highly versatile boat unit,\
  1281.  that is both a strong offensive unit as well\
  1282.  as a decent transport ship.\
  1283. ")
  1284.  
  1285. [unit_ironclad]
  1286. name          = _("Ironclad")
  1287. class         = "Sea"
  1288. tech_req      = "Steam Engine"
  1289. obsolete_by   = "Destroyer"
  1290. graphic       = "u.ironclad"
  1291. graphic_alt   = "-"
  1292. sound_move    = "m_ironclad"
  1293. sound_move_alt = "m_generic"
  1294. sound_fight   = "f_ironclad"
  1295. sound_fight_alt = "f_generic"
  1296. build_cost    = 60
  1297. pop_cost      = 0
  1298. attack        = 4
  1299. defense       = 4
  1300. hitpoints     = 30
  1301. firepower     = 1
  1302. move_rate     = 4
  1303. vision_radius_sq = 2
  1304. transport_cap = 0
  1305. fuel          = 0
  1306. uk_happy      = 1
  1307. uk_shield     = 1
  1308. uk_food       = 0
  1309. uk_gold       = 0
  1310. flags         = "BadCityDefender"
  1311. roles         = "Hunter"
  1312. helptext      = _("\
  1313. The Ironclad is an armored ship that is\
  1314.  much more sturdy than the Frigate but\
  1315.  loses the latter's transport capability.\
  1316. ")
  1317.  
  1318. [unit_destroyer]
  1319. name          = _("Destroyer")
  1320. class         = "Sea"
  1321. tech_req      = "Electricity"
  1322. obsolete_by   = "None"
  1323. graphic       = "u.destroyer"
  1324. graphic_alt   = "-"
  1325. sound_move    = "m_destroyer"
  1326. sound_move_alt = "m_generic"
  1327. sound_fight   = "f_destroyer"
  1328. sound_fight_alt = "f_generic"
  1329. build_cost    = 60
  1330. pop_cost      = 0
  1331. attack        = 4
  1332. defense       = 4
  1333. hitpoints     = 30
  1334. firepower     = 1
  1335. move_rate     = 6
  1336. vision_radius_sq = 8
  1337. transport_cap = 0
  1338. fuel          = 0
  1339. uk_happy      = 1
  1340. uk_shield     = 1
  1341. uk_food       = 0
  1342. uk_gold       = 0
  1343. flags         = "BadCityDefender"
  1344. roles         = "Hunter"
  1345. helptext      = _("\
  1346. TIP:  A very fast unit, which is very useful for hunting down enemy\
  1347.  Transports.\
  1348. ")
  1349.  
  1350. [unit_cruiser]
  1351. name          = _("Cruiser")
  1352. class         = "Sea"
  1353. tech_req      = "Steel"
  1354. obsolete_by   = "AEGIS Cruiser"
  1355. graphic       = "u.cruiser"
  1356. graphic_alt   = "-"
  1357. sound_move    = "m_cruiser"
  1358. sound_move_alt = "m_generic"
  1359. sound_fight   = "f_cruiser"
  1360. sound_fight_alt = "f_generic"
  1361. build_cost    = 80
  1362. pop_cost      = 0
  1363. attack        = 6
  1364. defense       = 6
  1365. hitpoints     = 30
  1366. firepower     = 2
  1367. move_rate     = 5
  1368. vision_radius_sq = 8
  1369. transport_cap = 0
  1370. fuel          = 0
  1371. uk_happy      = 1
  1372. uk_shield     = 1
  1373. uk_food       = 0
  1374. uk_gold       = 0
  1375. flags         = "BadCityDefender"
  1376. roles         = ""
  1377. helptext      = _("\
  1378. The Cruiser is a strong offensive boat unit.\
  1379. ")
  1380.  
  1381. [unit_aegis_cruiser]
  1382. name          = _("AEGIS Cruiser")
  1383. class         = "Sea"
  1384. tech_req      = "Rocketry"
  1385. obsolete_by   = "None"
  1386. graphic       = "u.aegis_cruiser"
  1387. graphic_alt   = "-"
  1388. sound_move    = "m_aegis_cruiser"
  1389. sound_move_alt = "m_generic"
  1390. sound_fight   = "f_aegis_cruiser"
  1391. sound_fight_alt = "f_generic"
  1392. build_cost    = 100
  1393. pop_cost      = 0
  1394. attack        = 8
  1395. defense       = 8
  1396. hitpoints     = 30
  1397. firepower     = 2
  1398. move_rate     = 5
  1399. vision_radius_sq = 8
  1400. transport_cap = 0
  1401. fuel          = 0
  1402. uk_happy      = 1
  1403. uk_shield     = 1
  1404. uk_food       = 0
  1405. uk_gold       = 0
  1406. flags         = "AEGIS", "BadCityDefender"
  1407. roles         = ""
  1408. helptext      = _("\
  1409. The AEGIS Cruiser is equipped with an advanced\
  1410.  defensive missile system.\
  1411. ")
  1412.  
  1413. [unit_battleship]
  1414. name          = _("Battleship")
  1415. class         = "Sea"
  1416. tech_req      = "Automobile"
  1417. obsolete_by   = "None"
  1418. graphic       = "u.battleship"
  1419. graphic_alt   = "-"
  1420. sound_move    = "m_battleship"
  1421. sound_move_alt = "m_generic"
  1422. sound_fight   = "f_battleship"
  1423. sound_fight_alt = "f_generic"
  1424. build_cost    = 160
  1425. pop_cost      = 0
  1426. attack        = 12
  1427. defense       = 12
  1428. hitpoints     = 40
  1429. firepower     = 2
  1430. move_rate     = 4
  1431. vision_radius_sq = 8
  1432. transport_cap = 0
  1433. fuel          = 0
  1434. uk_happy      = 1
  1435. uk_shield     = 1
  1436. uk_food       = 0
  1437. uk_gold       = 0
  1438. flags         = "BadCityDefender"
  1439. roles         = ""
  1440. helptext      = _("\
  1441. The Battleship is the supreme naval unit with\
  1442.  excellent offensive and defensive values.\
  1443. ")
  1444.  
  1445. [unit_submarine]
  1446. name          = _("Submarine")
  1447. class         = "Sea"
  1448. tech_req      = "Combustion"
  1449. obsolete_by   = "None"
  1450. graphic       = "u.submarine"
  1451. graphic_alt   = "-"
  1452. sound_move    = "m_submarine"
  1453. sound_move_alt = "m_generic"
  1454. sound_fight   = "f_submarine"
  1455. sound_fight_alt = "f_generic"
  1456. build_cost    = 60
  1457. pop_cost      = 0
  1458. attack        = 10
  1459. defense       = 2
  1460. hitpoints     = 30
  1461. firepower     = 2
  1462. move_rate     = 3
  1463. vision_radius_sq = 8
  1464. transport_cap = 8
  1465. fuel          = 0
  1466. uk_happy      = 1
  1467. uk_shield     = 1
  1468. uk_food       = 0
  1469. uk_gold       = 0
  1470. flags         = "Partial_Invis", "BadCityDefender",
  1471.             "Missile_Carrier", "No_Land_Attack"
  1472. roles         = "Hunter"
  1473. helptext      = _("\
  1474. Submarines have a very high strategic value, but have a weak\
  1475.  defence.\
  1476. ")
  1477.  
  1478. [unit_carrier]
  1479. name          = _("Carrier")
  1480. class         = "Sea"
  1481. tech_req      = "Advanced Flight"
  1482. obsolete_by   = "None"
  1483. graphic       = "u.carrier"
  1484. graphic_alt   = "-"
  1485. sound_move    = "m_carrier"
  1486. sound_move_alt = "m_generic"
  1487. sound_fight   = "f_carrier"
  1488. sound_fight_alt = "f_generic"
  1489. build_cost    = 160
  1490. pop_cost      = 0
  1491. attack        = 1
  1492. defense       = 9
  1493. hitpoints     = 40
  1494. firepower     = 2
  1495. move_rate     = 5
  1496. vision_radius_sq = 8
  1497. transport_cap = 8
  1498. fuel          = 0
  1499. uk_happy      = 1
  1500. uk_shield     = 1
  1501. uk_food       = 0
  1502. uk_gold       = 0
  1503. flags         = "Carrier"
  1504. roles         = ""
  1505. helptext      = _("\
  1506. TIP:  Guard Carriers with a handful of fast-moving ships and a\
  1507.  battleship, as losing a fully-equipped Carrier is VERY\
  1508.  painful and expensive.\
  1509. ")
  1510.  
  1511. [unit_transport]
  1512. name          = _("Transport")
  1513. class         = "Sea"
  1514. tech_req      = "Industrialization"
  1515. obsolete_by   = "None"
  1516. graphic       = "u.transport"
  1517. graphic_alt   = "-"
  1518. sound_move    = "m_transport"
  1519. sound_move_alt = "m_generic"
  1520. sound_fight   = "f_transport"
  1521. sound_fight_alt = "f_generic"
  1522. build_cost    = 50
  1523. pop_cost      = 0
  1524. attack        = 0
  1525. defense       = 3
  1526. hitpoints     = 30
  1527. firepower     = 1
  1528. move_rate     = 5
  1529. vision_radius_sq = 8
  1530. transport_cap = 8
  1531. fuel          = 0
  1532. uk_happy      = 1
  1533. uk_shield     = 1
  1534. uk_food       = 0
  1535. uk_gold       = 0
  1536. flags         = "BadCityDefender"
  1537. roles         = "Ferryboat"
  1538. helptext      = _("\
  1539. The Transport cannot attack on its own but\
  1540.  may defend itself when under attack.\
  1541. ")
  1542.  
  1543. [unit_cruise_missile]
  1544. name          = _("Cruise Missile")
  1545. class         = "Missile"
  1546. tech_req      = "Rocketry"
  1547. obsolete_by   = "None"
  1548. graphic       = "u.cruise_missile"
  1549. graphic_alt   = "-"
  1550. sound_move    = "m_cruise_missile"
  1551. sound_move_alt = "m_generic"
  1552. sound_fight   = "f_cruise_missile"
  1553. sound_fight_alt = "f_generic"
  1554. build_cost    = 60
  1555. pop_cost      = 0
  1556. attack        = 18
  1557. defense       = 0
  1558. hitpoints     = 10
  1559. firepower     = 3
  1560. move_rate     = 12
  1561. vision_radius_sq = 2
  1562. transport_cap = 0
  1563. fuel          = 1
  1564. uk_happy      = 1
  1565. uk_shield     = 1
  1566. uk_food       = 0
  1567. uk_gold       = 0
  1568. flags         = "FieldUnit", "OneAttack", "Missile"
  1569. roles         = ""
  1570. helptext      = _("\
  1571. TIP:  A handful of these can successfully keep the waters around\
  1572.  your treasured homeland free of enemy ships.\
  1573. ")
  1574.  
  1575. [unit_nuclear]
  1576. name          = _("Nuclear")
  1577. class         = "Nuclear"
  1578. tech_req      = "Rocketry"
  1579. obsolete_by   = "None"
  1580. graphic       = "u.nuclear"
  1581. graphic_alt   = "-"
  1582. sound_move    = "m_nuclear"
  1583. sound_move_alt = "m_generic"
  1584. sound_fight   = "f_nuclear"
  1585. sound_fight_alt = "f_generic"
  1586. build_cost    = 160
  1587. pop_cost      = 0
  1588. attack        = 99
  1589. defense       = 0
  1590. hitpoints     = 10
  1591. firepower     = 1
  1592. move_rate     = 16
  1593. vision_radius_sq = 2
  1594. transport_cap = 0
  1595. fuel          = 1
  1596. uk_happy      = 1
  1597. uk_shield     = 1
  1598. uk_food       = 0
  1599. uk_gold       = 0
  1600. flags         = "FieldUnit", "OneAttack", "Missile", "Nuclear"
  1601. roles         = ""
  1602. helptext      = _("\
  1603. You can build Nuclear units when you have the required advance, and\
  1604.  the Manhattan Project wonder has been built by any player.\
  1605. \n\n\
  1606. On impact, the blast will destroy any unit in a 3x3-square area,\
  1607.  including friendly units.  When striking a city, the city size is\
  1608.  halved, and the surrounding squares are subject to nuclear fallout.\
  1609. \n\n\
  1610. TIP 1:  Nuking the ocean will not generate fallout, and is a most\
  1611.  effective (but expensive!!) way of getting rid of enemy\
  1612.  ships.\
  1613. \n\n\
  1614. TIP 2:  You may be involved in a situation where you've invaded an\
  1615.  enemy country en masse, but the enemy cities are too strong.\
  1616.  Before using a Nuclear unit, assemble a gang of Settlers\
  1617.  and/or Engineers next to the city and have them ready to fix\
  1618.  the fallout on the same turn it occurs!  This minimizes the\
  1619.  chance of nuclear winter.  Eco-friendly nukes!\
  1620. ")
  1621.  
  1622. [unit_diplomat]
  1623. name          = _("Diplomat")
  1624. class         = "Land"
  1625. tech_req      = "Writing"
  1626. obsolete_by   = "Spy"
  1627. graphic       = "u.diplomat"
  1628. graphic_alt   = "-"
  1629. sound_move    = "m_diplomat"
  1630. sound_move_alt = "m_generic"
  1631. sound_fight   = "f_diplomat"
  1632. sound_fight_alt = "f_generic"
  1633. build_cost    = 30
  1634. pop_cost      = 0
  1635. attack        = 0
  1636. defense       = 0
  1637. hitpoints     = 10
  1638. firepower     = 1
  1639. move_rate     = 2
  1640. vision_radius_sq = 2
  1641. transport_cap = 0
  1642. fuel          = 0
  1643. uk_happy      = 0
  1644. uk_shield     = 0
  1645. uk_food       = 0
  1646. uk_gold       = 0
  1647. flags         = "Diplomat", "IgZOC", "NonMil", "NoVeteran"
  1648. roles         = "Diplomat"
  1649. helptext      = _("\
  1650. A Diplomat is an official that carries your dispatches and\
  1651.  is authorized to deal with foreign dignitaries. He may\
  1652.  also undertake various covert operations with the intent of\
  1653.  harming your opponents.\
  1654. \n\n\
  1655. If an enemy unit is alone on a tile, you may attempt to bribe it\
  1656.  with your diplomat. By paying a sum of gold the unit will immediately\
  1657.  become yours.\
  1658. \n\n\
  1659. The diplomat can also perform a number of actions in another player's\
  1660.  city:\n\
  1661. - \"Investigate\" Reveal detailed information about the city.\n\
  1662. - \"Establish Embassy\" Get permanent intelligence on the player.\n\
  1663. - \"Sabotage\" Ruin any production in the city.\n\
  1664. - \"Steal Technology\" Acquire an advance from the city's owner.\n\
  1665. - \"Incite a Revolt\" Make a city your own by paying a sum of gold.\
  1666.  Note that you cannot incite a revolt in a capital city.\
  1667. \n\n\
  1668. In some game strategies, hordes of Diplomats can be used to wreak\
  1669.  havoc on the enemy.  Little wonder that Diplomats are often\
  1670.  viewed with suspicion and fear!\
  1671. ")
  1672.  
  1673. [unit_spy]
  1674. name          = _("Spy")
  1675. class         = "Land"
  1676. tech_req      = "Espionage"
  1677. obsolete_by   = "None"
  1678. graphic       = "u.spy"
  1679. graphic_alt   = "-"
  1680. sound_move    = "m_spy"
  1681. sound_move_alt = "m_generic"
  1682. sound_fight   = "f_spy"
  1683. sound_fight_alt = "f_generic"
  1684. build_cost    = 30
  1685. pop_cost      = 0
  1686. attack        = 0
  1687. defense       = 0
  1688. hitpoints     = 10
  1689. firepower     = 1
  1690. move_rate     = 3
  1691. vision_radius_sq = 8
  1692. transport_cap = 0
  1693. fuel          = 0
  1694. uk_happy      = 0
  1695. uk_shield     = 0
  1696. uk_food       = 0
  1697. uk_gold       = 0
  1698. flags         = "Diplomat", "IgZOC", "NonMil", "Spy"
  1699. roles         = "Diplomat"
  1700. helptext      = _("\
  1701. A Spy is more skilled in the arts of espionage than her Diplomat predecessor.\
  1702. \n\n\
  1703. She can perform all the functions of the Diplomat, but with a higher rate of\
  1704.  success. Refer to the Diplomat entry for an outline.\
  1705. \n\n\
  1706. She can also be used to: poison the water supply of an enemy city\
  1707.  (reducing the population); steal specific technology; and sabotage\
  1708.  predetermined city targets (note: sabotaging improvements in a\
  1709.  capital or sabotaging City Walls increases the risks of capture).\
  1710.  A Spy can also infiltrate a city and ferment a revolt.\
  1711. \n\n\
  1712. A Spy can also be of aid on the battlefield - sabotaging enemy units\
  1713.  as well as bribing them to change allegiance.\
  1714. ")
  1715.  
  1716. [unit_caravan]
  1717. name          = _("Caravan")
  1718. class         = "Land"
  1719. tech_req      = "Trade"
  1720. obsolete_by   = "Freight"
  1721. graphic       = "u.caravan"
  1722. graphic_alt   = "-"
  1723. sound_move    = "m_caravan"
  1724. sound_move_alt = "m_generic"
  1725. sound_fight   = "f_caravan"
  1726. sound_fight_alt = "f_generic"
  1727. build_cost    = 50
  1728. pop_cost      = 0
  1729. attack        = 0
  1730. defense       = 1
  1731. hitpoints     = 10
  1732. firepower     = 1
  1733. move_rate     = 1
  1734. vision_radius_sq = 2
  1735. transport_cap = 0
  1736. fuel          = 0
  1737. uk_happy      = 0
  1738. uk_shield     = 0
  1739. uk_food       = 0
  1740. uk_gold       = 0
  1741. flags         = "TradeRoute", "HelpWonder", "IgZOC", "NonMil"
  1742. roles         = ""
  1743. helptext      = _("\
  1744. Every Caravan that is used to build a wonder will add 50 shields\
  1745.  towards the production of the wonder.\
  1746. \n\n\
  1747. TIP:  You can stockpile a stack of Caravans in advance and bring\
  1748.  them all into a city where you have started to build a wonder,\
  1749.  and finish it in only one turn!\
  1750. ")
  1751.  
  1752. [unit_freight]
  1753. name          = _("Freight")
  1754. class         = "Land"
  1755. tech_req      = "The Corporation"
  1756. obsolete_by   = "None"
  1757. graphic       = "u.freight"
  1758. graphic_alt   = "-"
  1759. sound_move    = "m_freight"
  1760. sound_move_alt = "m_generic"
  1761. sound_fight   = "f_freight"
  1762. sound_fight_alt = "f_generic"
  1763. build_cost    = 50
  1764. pop_cost      = 0
  1765. attack        = 0
  1766. defense       = 1
  1767. hitpoints     = 10
  1768. firepower     = 1
  1769. move_rate     = 2
  1770. vision_radius_sq = 2
  1771. transport_cap = 0
  1772. fuel          = 0
  1773. uk_happy      = 0
  1774. uk_shield     = 0
  1775. uk_food       = 0
  1776. uk_gold       = 0
  1777. flags         = "TradeRoute", "HelpWonder", "IgZOC", "NonMil"
  1778. roles         = ""
  1779. helptext      = _("\
  1780. The Freight unit replaces the Caravan, and moves at twice the speed.\
  1781. ")
  1782.  
  1783. [unit_explorer]
  1784. name          = _("Explorer")
  1785. class         = "Land"
  1786. tech_req      = "Seafaring"
  1787. obsolete_by   = "Partisan"
  1788. graphic       = "u.explorer"
  1789. graphic_alt   = "-"
  1790. sound_move    = "m_explorer"
  1791. sound_move_alt = "m_generic"
  1792. sound_fight   = "f_explorer"
  1793. sound_fight_alt = "f_generic"
  1794. build_cost    = 30
  1795. pop_cost      = 0
  1796. attack        = 0
  1797. defense       = 1
  1798. hitpoints     = 10
  1799. firepower     = 1
  1800. move_rate     = 1
  1801. vision_radius_sq = 2
  1802. transport_cap = 0
  1803. fuel          = 0
  1804. uk_happy      = 0
  1805. uk_shield     = 0
  1806. uk_food       = 0
  1807. uk_gold       = 0
  1808. flags         = "IgTer", "IgZOC", "NonMil"
  1809. roles         = "Explorer"
  1810. helptext      = _("\
  1811. Explorers are very useful for mapping unknown territory.\
  1812. ")
  1813.  
  1814. [unit_barbarian_leader]
  1815. name          = _("Barbarian Leader")
  1816. class         = "Land"
  1817. tech_req      = "None"
  1818. obsolete_by   = "None"
  1819. graphic       = "u.barbarian_leader"
  1820. graphic_alt   = "u.diplomat"
  1821. sound_move    = "m_barbarian_leader"
  1822. sound_move_alt = "m_generic"
  1823. sound_fight   = "f_barbarian_leader"
  1824. sound_fight_alt = "f_generic"
  1825. build_cost    = 40
  1826. pop_cost      = 0
  1827. attack        = 0
  1828. defense       = 0
  1829. hitpoints     = 10
  1830. firepower     = 1
  1831. move_rate     = 2
  1832. vision_radius_sq = 2
  1833. transport_cap = 0
  1834. fuel          = 0
  1835. uk_happy      = 0
  1836. uk_shield     = 0
  1837. uk_food       = 0
  1838. uk_gold       = 0
  1839. flags         = "IgZOC", "NonMil", "NoBuild"
  1840. roles         = "BarbarianLeader"
  1841. helptext      = _("\
  1842. When barbarian leader is killed on a tile without any defending units, \
  1843. the 100 gold ransom is paid, but only to land units and helicopters.\
  1844. ")
  1845.